home *** CD-ROM | disk | FTP | other *** search
/ The Dream Of Mars / The Dream of Mars.iso / Labo.dxr / 00066.ls < prev    next >
Encoding:
Text File  |  1997-01-07  |  144 b   |  8 lines

  1. on mouseUp
  2.   puppetSound(2, "Beep01")
  3.   set the visible of sprite 3 to 1
  4.   updateStage()
  5.   go(#previous)
  6.   set the visible of sprite 3 to 0
  7. end
  8.